npx create-react-app app-name --template typescript
# or using yarn
yarn create react-app app-name --template typescript
npx create-react-app app-name --template typescript
// or using yarn
yarn create react-app app-name --template typescript
npx create-react-app todo-app --template typescript
yarn create react-app my-app --template typescript